home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Dzieci / SIMPDATA / SIMPMAIN / 00033_loop button score script.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  163 b   |  10 lines

  1. global paletteVisibleP
  2.  
  3. on mouseDown
  4.   hideFieldHiliterSpr(appMgr)
  5.   if paletteVisibleP then
  6.     hidePalette(paletteMgr)
  7.   end if
  8.   loopBtnClick(interfaceMgr)
  9. end
  10.